CacheInitialData
import { CacheInitialData } from "@hyper-fetch/core"
Description
Defined in cache/cache.types.ts:74
Preview
type CacheInitialData = Record<string, CacheValueType>;
Structure
Record<string, CacheValueType>
import { CacheInitialData } from "@hyper-fetch/core"
Defined in cache/cache.types.ts:74
type CacheInitialData = Record<string, CacheValueType>;
Record<string, CacheValueType>